Uses of Class
com.netscape.cmscore.dbs.KeyRecord
Packages that use KeyRecord
-
Uses of KeyRecord in com.netscape.cms.servlet.key
Methods in com.netscape.cms.servlet.key with parameters of type KeyRecordModifier and TypeMethodDescriptionstatic void
KeyRecordParser.fillRecordIntoArg
(KeyRecord rec, ArgBlock rarg) Fills key record into argument block. -
Uses of KeyRecord in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that return KeyRecordMethods in com.netscape.cmscore.dbs that return types with arguments of type KeyRecordModifier and TypeMethodDescriptionKeyRecordList.getKeyRecords
(int startidx, int endidx) Retrieves key records.Constructor parameters in com.netscape.cmscore.dbs with type arguments of type KeyRecordModifierConstructorDescriptionKeyRecordList
(DBVirtualList<KeyRecord> vlist) Constructs a key list.